home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn Microsoft Visual Basic 6.0 Now
/
Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO
/
media
/
chap05
/
b05d015.cc2
< prev
Wrap
Text File
|
1998-06-07
|
713b
|
17 lines
0, Your assignment in Lab 5 is to create a
3, program that displays a welcome message
5, in a series of foreign languages. The
8, program should use a list box to display
10, the countries supported and a label
12, object to display the welcome message. When
16, your program starts, it should populate
19, the list box with the AddItem method in
22, the Form_Load event procedure. And when
24, your program is running, you should be
26, able to click a country in the Choose a
28, Country list box and have a foreign
30, language message appear in the label object on
32, the right. When you're finished using
35, the program, simply end it by clicking
38, the Quit button.
42, END